home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00259.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  300 b   |  15 lines

  1. on exitFrame
  2.   global reset, letgo, prev, movieID
  3.   put "inside 254"
  4.   put "prev ", prev
  5.   if prev = 2 then
  6.     put "below prev = 2, above idle"
  7.     updateStage()
  8.     QTMovie("Direct", movieID, "Idle")
  9.     updateStage()
  10.     put "below idle"
  11.   end if
  12.   set yu to the clickOn
  13.   put "at end of 254"
  14. end
  15.